Lezen in het Engels

Delen via


UserAssertion Class

  • java.lang.Object
    • com.microsoft.aad.adal4j.UserAssertion

public class UserAssertion

Constructor Summary

Constructor Description
UserAssertion(final String assertion)

Constructor to create credential with a jwt token encoded as a base64 url encoded string.

Method Summary

Modifier and Type Method and Description
String getAssertion()

Gets the assertion.

Constructor Details

UserAssertion

public UserAssertion(final String assertion)

Constructor to create credential with a jwt token encoded as a base64 url encoded string.

Parameters:

assertion - The jwt used as credential.

Method Details

getAssertion

public String getAssertion()

Gets the assertion.

Returns:

string value

Applies to

Azure SDK for Java

Latest