View Source CozyLark.OpenAPI.AccessToken (cozy_lark v0.1.0)

Provides utilities of getting access token.

Read more at Related API - Access Token.

Overview

There're 3 types of access tokens:

  • app_access_token
  • tenant_access_token
  • user_access_token

Link to this section Summary

Link to this section Functions

Link to this function

get_access_token(config, access_token_type)

View Source