Lezen in het Engels

Delen via


ClientAssertion Class

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

public class ClientAssertion

Constructor Summary

Constructor Description
ClientAssertion(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
boolean equals(Object obj)
String getAssertion()
String getAssertionType()
int hashCode()

Constructor Details

ClientAssertion

public ClientAssertion(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

equals

public boolean equals(Object obj)

Parameters:

obj

getAssertion

public String getAssertion()

getAssertionType

public String getAssertionType()

hashCode

public int hashCode()

Applies to

Azure SDK for Java

Latest