AWSCognitoIdentityProviderDescribeResourceServerResponse
Objective-C
@interface AWSCognitoIdentityProviderDescribeResourceServerResponse
Swift
class AWSCognitoIdentityProviderDescribeResourceServerResponse
-
The resource server.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderResourceServerType *_Nullable resourceServer;
Swift
var resourceServer: AWSCognitoIdentityProviderResourceServerType? { get set }