Method: Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters#oauth2allow_implicit_flow

Defined in:
lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb

#oauth2allow_implicit_flowBoolean

Returns Whether to allow implicit grant flow for OAuth2.

Returns:

  • (Boolean)

    Whether to allow implicit grant flow for OAuth2



43
44
45
# File 'lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb', line 43

def oauth2allow_implicit_flow
  @oauth2allow_implicit_flow
end