Uses of Enum
com.microsoft.graph.models.OidcResponseType
Packages that use OidcResponseType
-
Uses of OidcResponseType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OidcResponseTypeModifier and TypeMethodDescriptionstatic OidcResponseTypestatic OidcResponseTypeReturns the enum constant of this type with the specified name.static OidcResponseType[]OidcResponseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type OidcResponseTypeModifier and TypeMethodDescriptionOidcIdentityProvider.getResponseType()Gets the responseType property value.Method parameters in com.microsoft.graph.models with type arguments of type OidcResponseTypeModifier and TypeMethodDescriptionvoidOidcIdentityProvider.setResponseType(EnumSet<OidcResponseType> value) Sets the responseType property value.