Type Alias CreateOAuthApplicationProps

CreateOAuthApplicationProps: {
    confidential: boolean;
    description: string;
    name: string;
    redirectUri: string;
    scopes: ScopeValues[];
}