public final class ClientAssertion extends Object
Constructor and Description |
---|
ClientAssertion(String assertion)
Constructor to create credential with a jwt token encoded as a base64 url
encoded string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAssertion() |
String |
getAssertionType() |
int |
hashCode() |
public ClientAssertion(String assertion)
assertion
- The jwt used as credential.Copyright © 2013–2021. All rights reserved.