ark::aws::CreateUserPoolClientRequest

Defined in header “ark/aws/auth_client.hh”.


Request to register a new user pool client.

Variables

  • std::string client_name
    The name of the client to create.

  • std::vector< std::string > oauth_scopes
    A list of scopes to add.

  • std::chrono::seconds refresh_token_duration{86400}
    Duration for the refresh token.

  • std::chrono::seconds access_token_duration{3600}
    Duration for the access token.

  • std::chrono::seconds identity_token_duration{3600}
    Duration for the identity token.