Uses of Record Class
io.a2a.spec.AuthorizationCodeOAuthFlow
Packages that use AuthorizationCodeOAuthFlow
-
Uses of AuthorizationCodeOAuthFlow in io.a2a.spec
Methods in io.a2a.spec that return AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.authorizationCode()Returns the value of theauthorizationCoderecord component.Methods in io.a2a.spec with parameters of type AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.Builder.authorizationCode(AuthorizationCodeOAuthFlow authorizationCode) Constructors in io.a2a.spec with parameters of type AuthorizationCodeOAuthFlowModifierConstructorDescriptionOAuthFlows(AuthorizationCodeOAuthFlow authorizationCode, ClientCredentialsOAuthFlow clientCredentials, ImplicitOAuthFlow implicit, PasswordOAuthFlow password) Creates an instance of aOAuthFlowsrecord class.