Class PushRevocationRequestBuilder
- Assembly
- Keycloak.AuthServices.Sdk.Kiota.dll
Builds and executes requests for operations under \admin\realms{realm}\clients{client-uuid}\push-revocation
public class PushRevocationRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderPushRevocationRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
PushRevocationRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new PushRevocationRequestBuilder and sets the default values.
public PushRevocationRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)
Parameters
pathParameters
Dictionary<string, object>Path parameters for the request
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
PushRevocationRequestBuilder(string, IRequestAdapter)
Instantiates a new PushRevocationRequestBuilder and sets the default values.
public PushRevocationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
Parameters
rawUrl
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Methods
PostAsync(Action<RequestConfiguration<DefaultQueryParameters>>?, CancellationToken)
Push the client's revocation policy to its admin URL If the client has an admin URL, push revocation policy to it.
public Task<GlobalRequestResult?> PostAsync(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)
Parameters
requestConfiguration
Action<RequestConfiguration<DefaultQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
cancellationToken
CancellationTokenCancellation token to use when cancelling requests
Returns
ToPostRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>>?)
Push the client's revocation policy to its admin URL If the client has an admin URL, push revocation policy to it.
public RequestInformation ToPostRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null)
Parameters
requestConfiguration
Action<RequestConfiguration<DefaultQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
Returns
- RequestInformation
A Microsoft.Kiota.Abstractions.RequestInformation
WithUrl(string)
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
public PushRevocationRequestBuilder WithUrl(string rawUrl)
Parameters
rawUrl
stringThe raw URL to use for the request builder.