Struct tame_oauth::gcp::ServiceAccountInfo [−][src]
Minimal parts needed from a GCP service acccount key for token acquisition
Fields
private_key: String
The private key we use to sign
client_email: String
The unique id used as the issuer of the JWT claim
token_uri: String
The URI we send the token requests to, eg https://oauth2.googleapis.com/token
Implementations
impl ServiceAccountInfo
[src][−]
pub fn deserialize<T>(key_data: T) -> Result<Self, Error> where
T: AsRef<[u8]>,
[src][−]
T: AsRef<[u8]>,
Deserializes service account from a byte slice. This data is typically acquired by reading a service account JSON file from disk
Trait Implementations
impl Clone for ServiceAccountInfo
[src][+]
impl Debug for ServiceAccountInfo
[src][+]
impl<'de> Deserialize<'de> for ServiceAccountInfo
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ServiceAccountInfo
impl Send for ServiceAccountInfo
impl Sync for ServiceAccountInfo
impl Unpin for ServiceAccountInfo
impl UnwindSafe for ServiceAccountInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,