CreateOrUpdate(IAuthorizationServerOperations, String, String, String, AuthorizationServerContract, String)
|
Creates new authorization server or updates an existing authorization
server.
|
CreateOrUpdateAsync(IAuthorizationServerOperations, String, String, String, AuthorizationServerContract, String, CancellationToken)
|
Creates new authorization server or updates an existing authorization
server.
|
Delete(IAuthorizationServerOperations, String, String, String, String)
|
Deletes specific authorization server instance.
|
DeleteAsync(IAuthorizationServerOperations, String, String, String, String, CancellationToken)
|
Deletes specific authorization server instance.
|
Get(IAuthorizationServerOperations, String, String, String)
|
Gets the details of the authorization server specified by its identifier.
|
GetAsync(IAuthorizationServerOperations, String, String, String, CancellationToken)
|
Gets the details of the authorization server specified by its identifier.
|
GetEntityTag(IAuthorizationServerOperations, String, String, String)
|
Gets the entity state (Etag) version of the authorizationServer specified
by its identifier.
|
GetEntityTagAsync(IAuthorizationServerOperations, String, String, String, CancellationToken)
|
Gets the entity state (Etag) version of the authorizationServer specified
by its identifier.
|
ListByService(IAuthorizationServerOperations, String, String, ODataQuery<AuthorizationServerContract>)
|
Lists a collection of authorization servers defined within a service
instance.
|
ListByServiceAsync(IAuthorizationServerOperations, String, String, ODataQuery<AuthorizationServerContract>, CancellationToken)
|
Lists a collection of authorization servers defined within a service
instance.
|
ListByServiceNext(IAuthorizationServerOperations, String)
|
Lists a collection of authorization servers defined within a service
instance.
|
ListByServiceNextAsync(IAuthorizationServerOperations, String, CancellationToken)
|
Lists a collection of authorization servers defined within a service
instance.
|
ListSecrets(IAuthorizationServerOperations, String, String, String)
|
Gets the client secret details of the authorization server.
|
ListSecretsAsync(IAuthorizationServerOperations, String, String, String, CancellationToken)
|
Gets the client secret details of the authorization server.
|
Update(IAuthorizationServerOperations, String, String, String, AuthorizationServerUpdateContract, String)
|
Updates the details of the authorization server specified by its
identifier.
|
UpdateAsync(IAuthorizationServerOperations, String, String, String, AuthorizationServerUpdateContract, String, CancellationToken)
|
Updates the details of the authorization server specified by its
identifier.
|