Amplify Toolbox
    Preparing search index...
    OidcProviderProps: Omit<
        cognito.UserPoolIdentityProviderOidcProps,
        "userPool"
        | "attributeRequestMethod"
        | "attributeMapping",
    > & { attributeRequestMethod?: "GET" | "POST" } & IdentityProviderProps

    OIDC provider.

    Type declaration

    • Optional ReadonlyattributeRequestMethod?: "GET" | "POST"

      The method to use to request attributes

      'GET'

      For details about each option, see below.

      'GET' - use GET
      'POST' - use POST