Variable grant_types_supportedConst

grant_types_supported: TArray<
    TUnion<
        [
            TLiteral<"authorization_code">,
            TLiteral<"implicit">,
            TLiteral<"password">,
            TLiteral<"client_credentials">,
            TLiteral<"refresh_token">,
            TLiteral<"urn:ietf:params:oauth:grant-type:jwt-bearer">,
            TLiteral<"urn:ietf:params:oauth:grant-type:saml2-bearer">,
        ],
    >,
> = ...