public AuthClient(IOktaHttpClient clientWrapper) : base(clientWrapper) { resourcePath = Constants.EndpointV1 + Constants.AuthnEndpoint; }
/// <summary> /// Initializes a new instance of the <see cref="AuthenticatedClient"/> class. /// </summary> /// <param name="clientWrapper">A preconfigured client for the <see cref="AuthenticatedClient.BaseClient"/></param> public AuthenticatedClient(IOktaHttpClient clientWrapper) { this.BaseClient = clientWrapper; }