Struct gapi_grpc::google::actions::sdk::v2::AccountLinkingSecret[][src]

pub struct AccountLinkingSecret {
    pub encrypted_client_secret: Vec<u8>,
    pub encryption_key_version: String,
}

Information about the encrypted OAuth client secret used in account linking flows (for AUTH_CODE grant type).

Fields

encrypted_client_secret: Vec<u8>

Encrypted account linking client secret ciphertext.

encryption_key_version: String

The version of the crypto key used to encrypt the account linking client secret. Note that this field is ignored in push, preview, and version creation flows.

Trait Implementations

impl Clone for AccountLinkingSecret[src]

impl Debug for AccountLinkingSecret[src]

impl Default for AccountLinkingSecret[src]

impl Message for AccountLinkingSecret[src]

impl PartialEq<AccountLinkingSecret> for AccountLinkingSecret[src]

impl StructuralPartialEq for AccountLinkingSecret[src]

Auto Trait Implementations

impl RefUnwindSafe for AccountLinkingSecret

impl Send for AccountLinkingSecret

impl Sync for AccountLinkingSecret

impl Unpin for AccountLinkingSecret

impl UnwindSafe for AccountLinkingSecret

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]