Class RegisterClientResponse

    • Method Detail

      • clientId

        public final String clientId()

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

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

        public final String clientSecret()

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

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

        public final Long clientIdIssuedAt()

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

        Returns:
        Indicates the time at which the clientId and clientSecret were issued.
      • clientSecretExpiresAt

        public final Long clientSecretExpiresAt()

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

        Returns:
        Indicates the time at which the clientId and clientSecret will become invalid.
      • authorizationEndpoint

        public final String authorizationEndpoint()

        An endpoint that the client can use to request authorization.

        Returns:
        An endpoint that the client can use to request authorization.
      • tokenEndpoint

        public final String tokenEndpoint()

        An endpoint that the client can use to create tokens.

        Returns:
        An endpoint that the client can use to create tokens.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object