public final class ClientAssertion extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
assertionType |
| Constructor and Description |
|---|
ClientAssertion(String assertion)
Constructor to create credential with a jwt token encoded as a base64 url
encoded string.
|
public static final String assertionType
public ClientAssertion(String assertion)
assertion - The jwt used as credential.Copyright © 2013–2019. All rights reserved.