@Introspected
public class JwtBearerAssertionGrant
extends java.lang.Object
Constructor and Description |
---|
JwtBearerAssertionGrant() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssertion() |
java.lang.String |
getGrantType() |
java.lang.String |
getScope() |
void |
setAssertion(java.lang.String assertion) |
void |
setScope(java.lang.String scope) |
@NonNull public java.lang.String getGrantType()
@Nullable public java.lang.String getScope()
public void setScope(@Nullable java.lang.String scope)
scope
- Requested scope values for the access token.@NonNull public java.lang.String getAssertion()
public void setAssertion(@NonNull java.lang.String assertion)
assertion
- The JWT assertion.