ClientInfoResponseDto

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)

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.