Function grpcio_sys::grpc_service_account_jwt_access_credentials_create[][src]

pub unsafe extern "C" fn grpc_service_account_jwt_access_credentials_create(
    json_key: *const c_char,
    token_lifetime: gpr_timespec,
    reserved: *mut c_void
) -> *mut grpc_call_credentials

Creates a JWT credentials object. May return NULL if the input is invalid.