oauth2LoginChallenge property

  1. @BuiltValueField(wireName: r'oauth2_login_challenge')
String? oauth2LoginChallenge

Ory OAuth 2.0 Login Challenge. This value is set using the login_challenge query parameter of the registration and login endpoints. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.

Implementation

@BuiltValueField(wireName: r'oauth2_login_challenge')
String? get oauth2LoginChallenge;