RegisterClientResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An endpoint that the client can use to request authorization.

Link copied to clipboard

The unique identifier string for each client. This client uses this identifier to get authenticated by the service in subsequent calls.

Link copied to clipboard

Indicates the time at which the clientId and clientSecret were issued.

Link copied to clipboard

A secret string generated for the client. The client will use this string to get authenticated by the service in subsequent calls.

Link copied to clipboard

Indicates the time at which the clientId and clientSecret will become invalid.

Link copied to clipboard

An endpoint that the client can use to create tokens.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String