public class UserAssertion extends Object implements IUserAssertion
OnBehalfOfParameters| Constructor and Description |
|---|
UserAssertion(String assertion)
Constructor to create credential with a jwt token encoded as a base64 url
encoded string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAssertion()
Gets the assertion.
|
String |
getAssertionHash()
Gets a hash of the assertion token.
|
public UserAssertion(String assertion)
assertion - The jwt used as credential.public String getAssertion()
getAssertion in interface IUserAssertionpublic String getAssertionHash()
IUserAssertionThis hash is used as a key for caching tokens acquired via the On-Behalf-Of flow, allowing the application to efficiently retrieve tokens for the same user assertion without making redundant requests to the token service.
getAssertionHash in interface IUserAssertionCopyright © 2013–2025. All rights reserved.