C# 클래스 Amazon.CognitoSync.SyncManager.SQLiteCognitoAWSCredentials

The SQLiteCognitoAWSCredentials extends from Amazon.CognitoIdentity.CognitoAWSCredentials and adds support for caching of identity id using SQLite
상속: Amazon.CognitoIdentity.CognitoAWSCredentials
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
SQLiteCognitoAWSCredentials ( string identityPoolId, RegionEndpoint region ) : Amazon.CognitoIdentity

Constructs a new SQLiteCognitoAWSCredentials instance, which will use the specified Amazon Cognito identity pool to get short lived session credentials.

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

Constructs a new SQLiteCognitoAWSCredentials instance, which will use the specified Amazon Cognito identity pool to make a requests to the AWS Security Token Service (STS) to request short lived session credentials.

비공개 메소드들

메소드 설명
CacheIdentityId ( string identityId ) : void
ClearIdentityCache ( ) : void
GetCachedIdentityId ( ) : string

메소드 상세

SQLiteCognitoAWSCredentials() 공개 메소드

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.
리턴 Amazon.CognitoIdentity

SQLiteCognitoAWSCredentials() 공개 메소드

Constructs a new SQLiteCognitoAWSCredentials instance, which will use the specified Amazon Cognito identity pool to make a requests to the AWS Security Token Service (STS) to request short lived session credentials.
public SQLiteCognitoAWSCredentials ( string accountId, string identityPoolId, string unAuthRoleArn, string authRoleArn, RegionEndpoint region ) : Amazon.CognitoIdentity
accountId string The AWS accountId for the account with Amazon Cognito
identityPoolId string The Amazon Cogntio identity pool to use
unAuthRoleArn string The ARN of the IAM Role that will be assumed when unauthenticated
authRoleArn string The ARN of the IAM Role that will be assumed when authenticated
region RegionEndpoint Region to use when accessing Amazon Cognito and AWS Security Token Service.
리턴 Amazon.CognitoIdentity