pub unsafe extern "C" fn grpc_sts_credentials_create(
    options: *const grpc_sts_credentials_options,
    reserved: *mut c_void
) -> *mut grpc_call_credentials
Expand description

Creates an STS credentials following the STS Token Exchanged specifed in the IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16. This API is used for experimental purposes for now and may change in the future.