human_authentication

package
v2.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package human_authentication code generated by lark suite oapi sdk gen

Package human_authentication code generated by lark suite oapi sdk gen

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HumanAuthenticationService

type HumanAuthenticationService struct {
	Identities *identities
}

func New

func New(app *lark.App) *HumanAuthenticationService

type Identity

type Identity struct {
	IdentityName *string `json:"identity_name,omitempty"`
	IdentityCode *string `json:"identity_code,omitempty"`
	Mobile       *string `json:"mobile,omitempty"`
}

type IdentityCreateReq

type IdentityCreateReq struct {
	UserId     *string                `query:"user_id"`
	UserIdType *string                `query:"user_id_type"`
	Body       *IdentityCreateReqBody `body:""`
}

type IdentityCreateReqBody

type IdentityCreateReqBody struct {
	IdentityName *string `json:"identity_name,omitempty"`
	IdentityCode *string `json:"identity_code,omitempty"`
	Mobile       *string `json:"mobile,omitempty"`
}

type IdentityCreateResp

type IdentityCreateResp struct {
	*lark.RawResponse `json:"-"`
	lark.CodeError
	Data *IdentityCreateRespData `json:"data"`
}

type IdentityCreateRespData

type IdentityCreateRespData struct {
	VerifyUid *string `json:"verify_uid,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL