ClientInfoResponseDto
data class ClientInfoResponseDto(clientID: String?, name: String?, type: String?, status: String?, key: String?, redirectURI: String?, policies: List<ClientPoliciesDto>?, authenticationSettings: ClientInfoResponseDtoAuthenticationSettings?, notificationSettings: ClientInfoResponseDtoNotificationSettings?, providerIDs: ClientInfoResponseDtoProviderIDs?, accessTokenExpiry: OffsetDateTime?)
Content copied to clipboard
Parameters
clientID
A short string identifier for the client.
name
A human-readable name for the client.
type
A short identifier classifying the client.
status
@param key For clients using OAuth, the OAuth client key.
redirectURI
For clients using OAuth, the expected redirectURI.
policies
An array of objects describing the available options and settings for the client in detail.
authenticationSettings
@param notificationSettings * @param providerIDs * @param accessTokenExpiry When called with a client access token, the date and time that the token will expire.
Constructors
ClientInfoResponseDto
Link copied to clipboard
fun ClientInfoResponseDto(clientID: String? = null, name: String? = null, type: String? = null, status: String? = null, key: String? = null, redirectURI: String? = null, policies: List<ClientPoliciesDto>? = null, authenticationSettings: ClientInfoResponseDtoAuthenticationSettings? = null, notificationSettings: ClientInfoResponseDtoNotificationSettings? = null, providerIDs: ClientInfoResponseDtoProviderIDs? = null, accessTokenExpiry: OffsetDateTime? = null)
Content copied to clipboard
A short string identifier for the client.
Properties
accessTokenExpiry
Link copied to clipboard
@SerializedName(value = accessTokenExpiry)
Content copied to clipboard
authenticationSettings
Link copied to clipboard
@SerializedName(value = authenticationSettings)
Content copied to clipboard
notificationSettings
Link copied to clipboard
@SerializedName(value = notificationSettings)
Content copied to clipboard
policies
Link copied to clipboard
@SerializedName(value = policies)
Content copied to clipboard
providerIDs
Link copied to clipboard
@SerializedName(value = providerIDs)
Content copied to clipboard
redirectURI
Link copied to clipboard