Amazon.CognitoSync.SyncManager.SQLiteCognitoAWSCredentials.SQLiteCognitoAWSCredentials C# (CSharp) Method

SQLiteCognitoAWSCredentials() public method

Constructs a new SQLiteCognitoAWSCredentials instance, which will use the specified Amazon Cognito identity pool to get short lived session credentials.
public SQLiteCognitoAWSCredentials ( string identityPoolId, RegionEndpoint region ) : Amazon.CognitoIdentity
identityPoolId string The Amazon Cogntio identity pool to use
region RegionEndpoint Region to use when accessing Amazon Cognito and AWS Security Token Service.
return Amazon.CognitoIdentity
        public SQLiteCognitoAWSCredentials(string identityPoolId, RegionEndpoint region)
            : base(identityPoolId, region) { }

Same methods

SQLiteCognitoAWSCredentials::SQLiteCognitoAWSCredentials ( string accountId, string identityPoolId, string unAuthRoleArn, string authRoleArn, RegionEndpoint region ) : Amazon.CognitoIdentity