CreateOAuthApplicationRequest constructor
CreateOAuthApplicationRequest({})
Returns a new CreateOAuthApplicationRequest instance.
Implementation
CreateOAuthApplicationRequest({
required this.name,
this.redirectUris = const [],
this.callbackUrl,
this.scopes = 'profile email',
this.public,
});