aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Attributes | List of all members
Aws::Crt::Auth::CognitoLoginPair Struct Reference

#include <Credentials.h>

Public Attributes

String IdentityProviderName
 
String IdentityProviderToken
 

Detailed Description

A pair defining an identity provider and a valid login token sourced from it.

Member Data Documentation

String Aws::Crt::Auth::CognitoLoginPair::IdentityProviderName

Name of an identity provider

String Aws::Crt::Auth::CognitoLoginPair::IdentityProviderToken

Valid login token source from the identity provider


The documentation for this struct was generated from the following file: