### YamlMime:JavaType constructors: - fullName: com.microsoft.identity.client.TenantProfile.TenantProfile(@Nullable final String clientInfo, @NonNull final IDToken idToken) name: TenantProfile(@Nullable final String clientInfo, @NonNull final IDToken idToken) nameWithType: TenantProfile.TenantProfile(@Nullable final String clientInfo, @NonNull final IDToken idToken) parameters: - name: clientInfo type: - name: idToken type: syntax: public TenantProfile(@Nullable final String clientInfo, @NonNull final IDToken idToken) uid: com.microsoft.identity.client.TenantProfile.TenantProfile(@Nullable final String,@NonNull final IDToken) inheritances: - - - - inheritedMembers: - com.microsoft.identity.client.Account.Account(@Nullable final String,@Nullable final IDToken) - com.microsoft.identity.client.Account.getAuthority() - com.microsoft.identity.client.Account.getClaims() - com.microsoft.identity.client.Account.getId() - com.microsoft.identity.client.Account.getIdToken() - com.microsoft.identity.client.Account.getUsername() - com.microsoft.identity.client.Account.setHomeAccountId(@NonNull final String) methods: - fullName: com.microsoft.identity.client.TenantProfile.getTenantId() name: getTenantId() nameWithType: TenantProfile.getTenantId() overridden: com.microsoft.identity.client.IClaimable.getTenantId() returns: description:

The tid claim or "" (empty string) if not available.

type: summary: >-

Gets the tid claim associated with this IClaimable.

syntax: public String getTenantId() uid: com.microsoft.identity.client.TenantProfile.getTenantId() nameWithType: TenantProfile syntax: public class TenantProfile extends Account implements ITenantProfile type: class uid: com.microsoft.identity.client.TenantProfile fullName: com.microsoft.identity.client.TenantProfile name: TenantProfile package: com.microsoft.identity.client metadata: {}