Method | Description | |
---|---|---|
ClientAssertion ( string assertion ) : System |
Constructor to create credential with a jwt token encoded as a base64 url encoded string.
|
public ClientAssertion ( string assertion ) : System | ||
assertion | string | The jwt used as credential. |
return | System |