public interface ITenantProfile extends Serializable
IAccount.getTenantProfiles() method of an Account| Modifier and Type | Method and Description |
|---|---|
String |
environment()
Gets the environment where this tenant is hosted.
|
Map<String,?> |
getClaims()
A map of claims taken from an ID token.
|
Map<String,?> getClaims()
String environment()
The environment value typically represents the hostname of the authentication service, such as "login.microsoftonline.com" for the public cloud or other domain names for sovereign clouds.
Copyright © 2013–2025. All rights reserved.