Class JwtBearerAssertionGrant

    • Constructor Detail

      • JwtBearerAssertionGrant

        public JwtBearerAssertionGrant()
    • Method Detail

      • getGrantType

        @NonNull
        public java.lang.String getGrantType()
        Returns:
        urn:ietf:params:oauth:grant-type:jwt-bearer.
      • 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.
      • getAssertion

        @NonNull
        public java.lang.String getAssertion()
        Returns:
        The JWT assertion.
      • setAssertion

        public void setAssertion​(@NonNull
                                 java.lang.String assertion)
        Parameters:
        assertion - The JWT assertion.