You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-cognito-identity-provider/README.md
+83-6Lines changed: 83 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,73 @@
6
6
7
7
AWS SDK for JavaScript CognitoIdentityProvider Client for Node.js, Browser and React Native.
8
8
9
-
<p>Using the Amazon Cognito user pools API, you can create a user pool to manage directories and
10
-
users. You can authenticate a user to obtain tokens related to user identity and access
11
-
policies.</p>
12
-
<p>This API reference provides information about user pools in Amazon Cognito user pools.</p>
13
-
<p>For more information, see the <ahref="https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html">Amazon Cognito
14
-
Documentation</a>.</p>
9
+
<p>With the Amazon Cognito user pools API, you can set up user pools and app clients, and
10
+
authenticate users. To authenticate users from third-party identity providers (IdPs) in
11
+
this API, you can <ahref="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation-consolidate-users.html">link IdP users to native user profiles</a>. Learn more
12
+
about the authentication and authorization of federated users in the <ahref="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-userpools-server-contract-reference.html">Using the Amazon Cognito user pools API and user pool endpoints</a>.</p>
13
+
<p>This API reference provides detailed information about API operations and object types
14
+
in Amazon Cognito. At the bottom of the page for each API operation and object, under
15
+
<i>See Also</i>, you can learn how to use it in an Amazon Web Services SDK in the
16
+
language of your choice.</p>
17
+
<p>Along with resource management operations, the Amazon Cognito user pools API includes classes
18
+
of operations and authorization models for client-side and server-side user operations.
19
+
For more information, see <ahref="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html">Using the Amazon Cognito native and OIDC APIs</a> in the
20
+
<i>Amazon Cognito Developer Guide</i>.</p>
21
+
<p>You can also start reading about the <code>CognitoIdentityProvider</code> client in
22
+
the following SDK guides.</p>
23
+
<ul>
24
+
<li>
25
+
<p>
26
+
<ahref="https://docs.aws.amazon.com/cli/latest/reference/cognito-idp/index.html#cli-aws-cognito-idp">Amazon Web Services
27
+
Command Line Interface</a>
28
+
</p>
29
+
</li>
30
+
<li>
31
+
<p>
32
+
<ahref="https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/CognitoIdentityProvider/TCognitoIdentityProviderClient.html">Amazon Web Services SDK for .NET</a>
33
+
</p>
34
+
</li>
35
+
<li>
36
+
<p>
37
+
<ahref="https://sdk.amazonaws.com/cpp/api/LATEST/aws-cpp-sdk-cognito-idp/html/class_aws_1_1_cognito_identity_provider_1_1_cognito_identity_provider_client.html">Amazon Web Services SDK for C++</a>
38
+
</p>
39
+
</li>
40
+
<li>
41
+
<p>
42
+
<ahref="https://docs.aws.amazon.com/sdk-for-go/api/service/cognitoidentityprovider/#CognitoIdentityProvider">Amazon Web Services SDK for Go</a>
43
+
</p>
44
+
</li>
45
+
<li>
46
+
<p>
47
+
<ahref="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/cognitoidentityprovider/CognitoIdentityProviderClient.html">Amazon Web Services SDK for Java V2</a>
48
+
</p>
49
+
</li>
50
+
<li>
51
+
<p>
52
+
<ahref="https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html">Amazon Web Services
53
+
SDK for JavaScript</a>
54
+
</p>
55
+
</li>
56
+
<li>
57
+
<p>
58
+
<ahref="https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-cognito-idp-2016-04-18.html">Amazon Web Services SDK for PHP
59
+
V3</a>
60
+
</p>
61
+
</li>
62
+
<li>
63
+
<p>
64
+
<ahref="https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cognito-idp.html">Amazon Web Services SDK for Python</a>
65
+
</p>
66
+
</li>
67
+
<li>
68
+
<p>
69
+
<ahref="https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CognitoIdentityProvider/Client.html">Amazon Web Services SDK
70
+
for Ruby V3</a>
71
+
</p>
72
+
</li>
73
+
</ul>
74
+
<p>To get started with an Amazon Web Services SDK, see <ahref="http://aws.amazon.com/developer/tools/">Tools to Build on Amazon Web Services</a>. For example actions and scenarios, see <ahref="https://docs.aws.amazon.com/cognito/latest/developerguide/service_code_examples_cognito-identity-provider.html">Code examples for Amazon Cognito Identity Provider using Amazon Web Services
* <p>Using the Amazon Cognito user pools API, you can create a user pool to manage directories and
2124
-
* users. You can authenticate a user to obtain tokens related to user identity and access
2125
-
* policies.</p>
2126
-
* <p>This API reference provides information about user pools in Amazon Cognito user pools.</p>
2127
-
* <p>For more information, see the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html">Amazon Cognito
2128
-
* Documentation</a>.</p>
2169
+
* <p>With the Amazon Cognito user pools API, you can set up user pools and app clients, and
2170
+
* authenticate users. To authenticate users from third-party identity providers (IdPs) in
2171
+
* this API, you can <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation-consolidate-users.html">link IdP users to native user profiles</a>. Learn more
2172
+
* about the authentication and authorization of federated users in the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-userpools-server-contract-reference.html">Using the Amazon Cognito user pools API and user pool endpoints</a>.</p>
2173
+
* <p>This API reference provides detailed information about API operations and object types
2174
+
* in Amazon Cognito. At the bottom of the page for each API operation and object, under
2175
+
* <i>See Also</i>, you can learn how to use it in an Amazon Web Services SDK in the
2176
+
* language of your choice.</p>
2177
+
* <p>Along with resource management operations, the Amazon Cognito user pools API includes classes
2178
+
* of operations and authorization models for client-side and server-side user operations.
2179
+
* For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html">Using the Amazon Cognito native and OIDC APIs</a> in the
2180
+
* <i>Amazon Cognito Developer Guide</i>.</p>
2181
+
* <p>You can also start reading about the <code>CognitoIdentityProvider</code> client in
2182
+
* the following SDK guides.</p>
2183
+
* <ul>
2184
+
* <li>
2185
+
* <p>
2186
+
* <a href="https://docs.aws.amazon.com/cli/latest/reference/cognito-idp/index.html#cli-aws-cognito-idp">Amazon Web Services
2187
+
* Command Line Interface</a>
2188
+
* </p>
2189
+
* </li>
2190
+
* <li>
2191
+
* <p>
2192
+
* <a href="https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/CognitoIdentityProvider/TCognitoIdentityProviderClient.html">Amazon Web Services SDK for .NET</a>
2193
+
* </p>
2194
+
* </li>
2195
+
* <li>
2196
+
* <p>
2197
+
* <a href="https://sdk.amazonaws.com/cpp/api/LATEST/aws-cpp-sdk-cognito-idp/html/class_aws_1_1_cognito_identity_provider_1_1_cognito_identity_provider_client.html">Amazon Web Services SDK for C++</a>
2198
+
* </p>
2199
+
* </li>
2200
+
* <li>
2201
+
* <p>
2202
+
* <a href="https://docs.aws.amazon.com/sdk-for-go/api/service/cognitoidentityprovider/#CognitoIdentityProvider">Amazon Web Services SDK for Go</a>
2203
+
* </p>
2204
+
* </li>
2205
+
* <li>
2206
+
* <p>
2207
+
* <a href="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/cognitoidentityprovider/CognitoIdentityProviderClient.html">Amazon Web Services SDK for Java V2</a>
2208
+
* </p>
2209
+
* </li>
2210
+
* <li>
2211
+
* <p>
2212
+
* <a href="https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html">Amazon Web Services
2213
+
* SDK for JavaScript</a>
2214
+
* </p>
2215
+
* </li>
2216
+
* <li>
2217
+
* <p>
2218
+
* <a href="https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-cognito-idp-2016-04-18.html">Amazon Web Services SDK for PHP
2219
+
* V3</a>
2220
+
* </p>
2221
+
* </li>
2222
+
* <li>
2223
+
* <p>
2224
+
* <a href="https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cognito-idp.html">Amazon Web Services SDK for Python</a>
2225
+
* </p>
2226
+
* </li>
2227
+
* <li>
2228
+
* <p>
2229
+
* <a href="https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CognitoIdentityProvider/Client.html">Amazon Web Services SDK
2230
+
* for Ruby V3</a>
2231
+
* </p>
2232
+
* </li>
2233
+
* </ul>
2234
+
* <p>To get started with an Amazon Web Services SDK, see <a href="http://aws.amazon.com/developer/tools/">Tools to Build on Amazon Web Services</a>. For example actions and scenarios, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/service_code_examples_cognito-identity-provider.html">Code examples for Amazon Cognito Identity Provider using Amazon Web Services
0 commit comments