public abstract class AssertionGrant extends AuthorizationGrant
Related specifications:
| Modifier | Constructor and Description |
|---|---|
protected |
AssertionGrant(GrantType type)
Creates a new assertion-based authorisation grant.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getAssertion()
Gets the assertion.
|
getType, parse, toParametersprotected AssertionGrant(GrantType type)
type - The authorisation grant type. Must not be null.public abstract java.lang.String getAssertion()
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.