IAccount Interface

public interface IAccount extends IClaimable

Method Summary

Modifier and Type Method and Description
String getAuthority()
String getId()

Gets the id of the account.

For the Microsoft Identity Platform: the OID of the account in its home tenant.

Inherited Members

Method Details

getAuthority

public String getAuthority()

getId

public String getId()

Gets the id of the account.

For the Microsoft Identity Platform: the OID of the account in its home tenant.

Returns:

The id.

Applies to