Class ClientCredentialsGrant

    • Constructor Detail

      • ClientCredentialsGrant

        public ClientCredentialsGrant()
    • Method Detail

      • getScope

        @Nullable
        public java.lang.String getScope()
        Returns:
        Requested scope values for the access token.
      • setScope

        public void setScope​(@Nullable
                             java.lang.String scope)
        Parameters:
        scope - Requested scope values for the access token.
      • toMap

        @NonNull
        public java.util.Map<java.lang.String,​java.lang.String> toMap()
        Specified by:
        toMap in interface AsMap
        Overrides:
        toMap in class AbstractClientSecureGrant
        Returns:
        this object as a Map