FromOAuthError constructor
FromOAuthError({})
Returns a new FromOAuthError instance.
Implementation
FromOAuthError({
required this.message,
required this.longMessage,
required this.code,
this.meta,
this.clerkTraceId,
});