Class RevokeTokenRequest.Builder

  • Enclosing class:
    RevokeTokenRequest

    public static final class RevokeTokenRequest.Builder
    extends java.lang.Object
    • Method Detail

      • clientId

        public RevokeTokenRequest.Builder clientId​(java.lang.String clientId)
        Client ID can be provided here in the body, or as the Username in HTTP Basic Auth.
      • clientId

        public RevokeTokenRequest.Builder clientId​(java.util.Optional<java.lang.String> clientId)
        Client ID can be provided here in the body, or as the Username in HTTP Basic Auth.
      • clientSecret

        public RevokeTokenRequest.Builder clientSecret​(java.lang.String clientSecret)
        Client secret can be provided here in the body, or as the Password in HTTP Basic Auth.
      • clientSecret

        public RevokeTokenRequest.Builder clientSecret​(java.util.Optional<java.lang.String> clientSecret)
        Client secret can be provided here in the body, or as the Password in HTTP Basic Auth.