Oauth2_Errors_Error_Type
Oauth2_Errors_Error_Type
Enumeration of OAuth 2.0 errors.
invalid_request : Discriminator for the InvalidRequest type.
invalid_scope : Discriminator for the InvalidScope type.
invalid_grant : Discriminator for the InvalidGrant type.
invalid_client : Discriminator for the InvalidClient type.
unauthorized_client : Discriminator for the UnauthorizedClient type.
unsupported_grant_type : Discriminator for the UnsupportedGrantType type.
invalid_target : Discriminator for the InvalidTarget type
This data structure has no properties.
Enumeration: invalid_request, invalid_scope, invalid_grant, invalid_client, unauthorized_client, unsupported_grant_type, invalid_target,