Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.OAuth2Authentication
Packages that use OAuth2Authentication
-
Uses of OAuth2Authentication in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return OAuth2AuthenticationModifier and TypeMethodDescriptionfinal OAuth2AuthenticationLinkedAccountOAuth2.apple()Apple OAuth2 authentication.final OAuth2AuthenticationLinkedAccountOAuth2.github()GitHub OAuth2 authentication.final OAuth2AuthenticationLinkedAccountOAuth2.google()Google OAuth2 authentication.final OAuth2AuthenticationLinkedAccountOAuth2.telegram()Telegram OAuth2 authentication.final OAuth2AuthenticationLinkedAccountOAuth2.x()X (formerly Twitter) OAuth2 authentication.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type OAuth2AuthenticationModifier and TypeMethodDescriptionLinkedAccountOAuth2.Builder.apple(OAuth2Authentication apple) Apple OAuth2 authentication.static LinkedAccountOAuth2LinkedAccountOAuth2.fromApple(OAuth2Authentication apple) Create an instance of this class withLinkedAccountOAuth2.apple()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGithub(OAuth2Authentication github) Create an instance of this class withLinkedAccountOAuth2.github()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromGoogle(OAuth2Authentication google) Create an instance of this class withLinkedAccountOAuth2.google()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromTelegram(OAuth2Authentication telegram) Create an instance of this class withLinkedAccountOAuth2.telegram()initialized to the given value.static LinkedAccountOAuth2LinkedAccountOAuth2.fromX(OAuth2Authentication x) Create an instance of this class withLinkedAccountOAuth2.x()initialized to the given value.LinkedAccountOAuth2.Builder.github(OAuth2Authentication github) GitHub OAuth2 authentication.LinkedAccountOAuth2.Builder.google(OAuth2Authentication google) Google OAuth2 authentication.LinkedAccountOAuth2.Builder.telegram(OAuth2Authentication telegram) Telegram OAuth2 authentication.LinkedAccountOAuth2.Builder.x(OAuth2Authentication x) X (formerly Twitter) OAuth2 authentication.