oauth_access_token table

create table oauth_access_token (
                                    token_id VARCHAR(255),
                                    token BLOB,
                                    authentication_id VARCHAR(255),
                                    user_name VARCHAR(255),
                                    client_id VARCHAR(255),
                                    authentication BLOB,
                                    refresh_token VARCHAR(255)
);

create table oauth_refresh_token (
                                     token_id VARCHAR(255),
                                     token BLOB,
                                     authentication BLOB
);

Popular posts from this blog

Validation for AZ phone numbers with RegEx in Java

Java necə işləyir, kod nədir ?

@Transactional annotation haqqinda. Cascade istifade olunmasi