@typed-discord/rest
    Preparing search index...

    Interface OAuth2GetAuthorizationResponse

    interface OAuth2GetAuthorizationResponse {
        application: ApplicationResponse;
        expires: string;
        scopes: OAuth2Scopes[];
        user?: UserResponse;
    }
    Index

    Properties

    application: ApplicationResponse
    expires: string
    scopes: OAuth2Scopes[]