Interface protos.google.api.IAuthProvider (0.2.6)

Properties of an AuthProvider.

Package

@google-cloud/service-management!

Properties

audiences

audiences?: (string|null);

AuthProvider audiences

Property Value
TypeDescription
(string|null)

authorizationUrl

authorizationUrl?: (string|null);

AuthProvider authorizationUrl

Property Value
TypeDescription
(string|null)

id

id?: (string|null);

AuthProvider id

Property Value
TypeDescription
(string|null)

issuer

issuer?: (string|null);

AuthProvider issuer

Property Value
TypeDescription
(string|null)

jwksUri

jwksUri?: (string|null);

AuthProvider jwksUri

Property Value
TypeDescription
(string|null)

jwtLocations

jwtLocations?: (google.api.IJwtLocation[]|null);

AuthProvider jwtLocations

Property Value
TypeDescription
(google.api.IJwtLocation[]|null)