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() |
public UserAssertion(String assertion)
assertion
- The jwt used as credential.public String getAssertion()
getAssertion
in interface IUserAssertion
public String getAssertionHash()
getAssertionHash
in interface IUserAssertion
Copyright © 2013–2022. All rights reserved.