public static interface RegisterClientResponse.Builder extends SsoOidcResponse.Builder, SdkPojo, CopyableBuilder<RegisterClientResponse.Builder,RegisterClientResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterClientResponse.Builder |
authorizationEndpoint(String authorizationEndpoint)
The endpoint where the client can request authorization.
|
RegisterClientResponse.Builder |
clientId(String clientId)
The unique identifier string for each client.
|
RegisterClientResponse.Builder |
clientIdIssuedAt(Long clientIdIssuedAt)
Indicates the time at which the
clientId and clientSecret were issued. |
RegisterClientResponse.Builder |
clientSecret(String clientSecret)
A secret string generated for the client.
|
RegisterClientResponse.Builder |
clientSecretExpiresAt(Long clientSecretExpiresAt)
Indicates the time at which the
clientId and clientSecret will become invalid. |
RegisterClientResponse.Builder |
tokenEndpoint(String tokenEndpoint)
The endpoint where the client can get an access token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterClientResponse.Builder clientId(String clientId)
The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.
clientId - The unique identifier string for each client. This client uses this identifier to get authenticated by
the service in subsequent calls.RegisterClientResponse.Builder clientSecret(String clientSecret)
A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.
clientSecret - A secret string generated for the client. The client will use this string to get authenticated by the
service in subsequent calls.RegisterClientResponse.Builder clientIdIssuedAt(Long clientIdIssuedAt)
Indicates the time at which the clientId and clientSecret were issued.
clientIdIssuedAt - Indicates the time at which the clientId and clientSecret were issued.RegisterClientResponse.Builder clientSecretExpiresAt(Long clientSecretExpiresAt)
Indicates the time at which the clientId and clientSecret will become invalid.
clientSecretExpiresAt - Indicates the time at which the clientId and clientSecret will become
invalid.RegisterClientResponse.Builder authorizationEndpoint(String authorizationEndpoint)
The endpoint where the client can request authorization.
authorizationEndpoint - The endpoint where the client can request authorization.RegisterClientResponse.Builder tokenEndpoint(String tokenEndpoint)
The endpoint where the client can get an access token.
tokenEndpoint - The endpoint where the client can get an access token.Copyright © 2021. All rights reserved.