@webitel/api-services
    Preparing search index...

    Interface ApiAccessToken

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    interface ApiAccessToken {
        accessToken?: string;
        expiresIn?: number;
        refreshToken?: string;
        state?: string;
        tokenType?: string;
    }
    Index

    Properties

    accessToken?: string

    REQUIRED. The access token issued by the authorization server.

    expiresIn?: number

    RECOMMENDED. The lifetime in seconds of the access token.

    refreshToken?: string

    OPTIONAL. The refresh token, which can be used to obtain new access tokens using the same authorization grant.

    state?: string

    OPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED. The scope of the access token. repeated string scope = 5 [ json_name = "scope" ]; REQUIRED if the "state" parameter was present in the client authorization request. The exact value received from the client.

    tokenType?: string

    REQUIRED. The type of the token issued. Value is case insensitive.