Uses of Interface
com.google.api.JwtLocationOrBuilder
-
Packages that use JwtLocationOrBuilder Package Description com.google.api -
-
Uses of JwtLocationOrBuilder in com.google.api
Classes in com.google.api that implement JwtLocationOrBuilder Modifier and Type Class Description class
JwtLocation
Specifies a location to extract JWT from an API request.static class
JwtLocation.Builder
Specifies a location to extract JWT from an API request.Methods in com.google.api that return JwtLocationOrBuilder Modifier and Type Method Description JwtLocationOrBuilder
AuthProvider.Builder. getJwtLocationsOrBuilder(int index)
Defines the locations to extract the JWT.JwtLocationOrBuilder
AuthProvider. getJwtLocationsOrBuilder(int index)
Defines the locations to extract the JWT.JwtLocationOrBuilder
AuthProviderOrBuilder. getJwtLocationsOrBuilder(int index)
Defines the locations to extract the JWT.Methods in com.google.api that return types with arguments of type JwtLocationOrBuilder Modifier and Type Method Description List<? extends JwtLocationOrBuilder>
AuthProvider.Builder. getJwtLocationsOrBuilderList()
Defines the locations to extract the JWT.List<? extends JwtLocationOrBuilder>
AuthProvider. getJwtLocationsOrBuilderList()
Defines the locations to extract the JWT.List<? extends JwtLocationOrBuilder>
AuthProviderOrBuilder. getJwtLocationsOrBuilderList()
Defines the locations to extract the JWT.
-