@rocket.chat/onboarding-ui
    Preparing search index...

    Type Alias OauthAuthorizationPageProps

    type OauthAuthorizationPageProps = {
        clientName?: string;
        error: { message?: string; onGoBack?: () => void };
        onClickAuthorizeOAuth: () => void;
    }
    Index

    Properties

    clientName?: string
    error: { message?: string; onGoBack?: () => void }
    onClickAuthorizeOAuth: () => void