gleetube/credentials

Values

pub fn from_client_secrets_file(
  path: String,
) -> Result(oauth2.OAuthConfig, error.GleeTubeError)

Load OAuth2 credentials from a Google client_secret.json file. Supports both “web” and “installed” application types.

Search Document