@akamai/openapi-ts
    Preparing search index...

    Type Alias AddedGetClients200Writable

    type AddedGetClients200Writable = {
        data?: { label?: string; public?: boolean; redirect_uri?: string }[];
    }
    Index

    Properties

    Properties

    data?: { label?: string; public?: boolean; redirect_uri?: string }[]

    Type Declaration

    • Optionallabel?: string

      Filterable The name of this application. This will be presented to users when they are asked to grant it access to their Account.

    • Optionalpublic?: boolean

      Filterable If this is a public or private OAuth Client. Public clients have a slightly different authentication workflow than private clients. See the OAuth spec for more details.

    • Optionalredirect_uri?: string

      The location a successful log in from login.linode.com should be redirected to for this client. The receiver of this redirect should be ready to accept an OAuth exchange code and finish the OAuth exchange.