|
NAMEPaws::SSOOidc::RegisterClientResponse ATTRIBUTESAuthorizationEndpoint => StrThe endpoint where the client can request authorization. ClientId => StrThe unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls. ClientIdIssuedAt => IntIndicates the time at which the "clientId" and "clientSecret" were issued. ClientSecret => StrA secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls. ClientSecretExpiresAt => IntIndicates the time at which the "clientId" and "clientSecret" will become invalid. TokenEndpoint => StrThe endpoint where the client can get an access token. _request_id => Str
|