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