Uses of Class
odata.msgraph.client.beta.enums.TokenIssuerType
-
Packages that use TokenIssuerType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of TokenIssuerType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TokenIssuerType Modifier and Type Field Description protected TokenIssuerTypeRiskDetection. tokenIssuerTypeprotected TokenIssuerTypeServicePrincipalRiskDetection. tokenIssuerTypeprotected TokenIssuerTypeSignIn. tokenIssuerTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type TokenIssuerType Modifier and Type Method Description Optional<TokenIssuerType>RiskDetection. getTokenIssuerType()Optional<TokenIssuerType>ServicePrincipalRiskDetection. getTokenIssuerType()Optional<TokenIssuerType>SignIn. getTokenIssuerType()Methods in odata.msgraph.client.beta.entity with parameters of type TokenIssuerType Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. tokenIssuerType(TokenIssuerType tokenIssuerType)RiskDetection.BuilderRiskDetection.Builder. tokenIssuerType(TokenIssuerType tokenIssuerType)ServicePrincipalRiskDetection.BuilderServicePrincipalRiskDetection.Builder. tokenIssuerType(TokenIssuerType tokenIssuerType)SignIn.BuilderSignIn.Builder. tokenIssuerType(TokenIssuerType tokenIssuerType)RiskDetectionRiskDetection. withTokenIssuerType(TokenIssuerType tokenIssuerType)ServicePrincipalRiskDetectionServicePrincipalRiskDetection. withTokenIssuerType(TokenIssuerType tokenIssuerType)SignInSignIn. withTokenIssuerType(TokenIssuerType tokenIssuerType) -
Uses of TokenIssuerType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TokenIssuerType Modifier and Type Method Description static TokenIssuerTypeTokenIssuerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenIssuerType[]TokenIssuerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-